projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2491611
)
(LIBXMU): Never define this.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Nov 1995 16:35:33 +0000
(16:35 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Nov 1995 16:35:33 +0000
(16:35 +0000)
src/s/hpux9.h
patch
|
blob
|
history
diff --git
a/src/s/hpux9.h
b/src/s/hpux9.h
index c622a392b0534bf5c2103c55e354eb1c24b9cc4e..a64de765b377db6b01f3ba009f7cc98aeccd7618 100644
(file)
--- a/
src/s/hpux9.h
+++ b/
src/s/hpux9.h
@@
-44,8
+44,11
@@
#define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2
#define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2
-/* HP-UX doesn't supply nor need Xmu. */
+#if 0
+/* HP-UX doesn't supply Xmu, and someone said we don't need it. But
+ we do seem to need it, with both Athena widgets and Motif. Too bad. */
#define LIBXMU
+#endif
/* zoo@armadillo.com says we don't need -lXext in HPUX 9. */
#undef LIBX11_SYSTEM